type golang.org/x/tools/internal/typeparams.term
18 uses
golang.org/x/tools/internal/typeparams (current package)
termlist.go#L19: type termlist []*term
termlist.go#L23: var allTermlist = termlist{new(term)}
termlist.go#L141: func (xl termlist) supersetOf(y *term) bool {
typeterm.go#L18: type term struct {
typeterm.go#L23: func (x *term) String() string {
typeterm.go#L37: func (x *term) equal(y *term) bool {
typeterm.go#L51: func (x *term) union(y *term) (_, _ *term) {
typeterm.go#L83: func (x *term) intersect(y *term) *term {
typeterm.go#L111: func (x *term) includes(t types.Type) bool {
typeterm.go#L129: func (x *term) subsetOf(y *term) bool {
typeterm.go#L157: func (x *term) disjoint(y *term) bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)